Enable External Scripts

{ importPaths }

The importPaths() function enables adding external scripts to the custom visual. Note that the deps object in the custom visual API already includes many dependencies that can be useful for visual rendering. Using an existing dependency is always preferred over importing a new one.

Method
this.importPaths = function() {};

Returns

string[]